// this defines the color of a regular link
// add any other style definitions if you wish
//A { color:cyan; text-decoration:none; }
//A:link { color:white; text-decoration:none; }
//A:active { color:red; text-decoration:none; }
//A:visited { color:white; text-decoration:none; }
//A:hover { color:yellow; text-decoration:underline; }
//H1,H2,H3 { font-family:"Arial"; }
//H1 { color:white; }
//H2 { color:green; }
//H3 { color:red; }
//TABLE { border-width:1 }
//I { color:"#008000"; font-family:Verdana; font-size:-1 }
//BODY { color:#666666; background-color:#CCCCCC; text:#666666; font-family:"Verdana,Arial"; font-size="12"; }
//TD.a { color:green; background:white }
//TH { color:yellow; font-family:"Arial" }
//LI { margin-left=2% }
//TD { font-size="12"; word-spacing: 0.0em; }

/*** S T R U C T U R E ***/
#lotusFrame, .lotusFrame{margin:0 auto;padding:0;min-width:990px;}
#lotusTitleBar, #lotusPlaceBar, .lotusTitleBar, .lotusPlaceBar{margin:0 20px}
#lotusMain, #lotusFooter, .lotusMain, .lotusFooter{border-style:solid;clear:both;margin:0 20px 10px 20px;overflow:hidden}
#lotusMain, .lotusMain{padding:0 0 5px 0;min-height:400px;border-width:0 1px 1px 1px;-moz-border-radius:0 0 4px 4px;-webkit-border-bottom-left-radius:4px;-webkit-border-bottom-right-radius:4px; background-repeat:no-repeat}
#lotusColLeft, .lotusColLeft{width:180px;padding:20px 10px 10px 10px;}
#lotusColRight, .lotusColRight{width:180px;padding:15px 10px;font-size:.9em}
#lotusColRight h2, .lotusColRight h2{}
#lotusColLeft .lotusFirst, #lotusColRight .lotusFirst, .lotusColLeft .lotusFirst, .lotusColRight .lotusFirst{margin-top:0;}
#lotusContent, .lotusContent{padding:16px 20px 20px 20px;overflow:hidden;margin-right:auto;margin-left:auto;}
.lotusContentColOne{width:45%;}
.lotusContentColTwo{width:45%;} 